Initialize(List<string>) Method
Summary
Initializes a ServiceAdministrator object with a specific list of services.
Syntax
public bool Initialize(
List<string> services
)
Public Overloads Function Initialize( _
ByVal services As List(Of String) _
) As Boolean
public:
bool Initialize(
List<String^>^ services
)
Parameters
services
The list of services that is instance of service administrator will control. The list should consist of the Service name.
Return Value
true if the ServiceAdministrator object was successfully intialized.